From 86b1114e3344a3cc70369c0f21c9aae122ee6370 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 1 Mar 2020 12:15:09 +0000 Subject: [PATCH] run-with-locales: Actually export LOCPATH when required Gbp-Dch: ignore --- debian/run-with-locales | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/run-with-locales b/debian/run-with-locales index 79267663cf..02e5adbf0e 100755 --- a/debian/run-with-locales +++ b/debian/run-with-locales @@ -113,8 +113,8 @@ while [ "$#" -gt 0 ]; do esac done -if [ -n "$tmpdir" ]; then - export LOCPATH="$tmpdir" +if [ -n "$tempdir" ]; then + export LOCPATH="$tempdir" fi "$@" -- 2.30.2